Skip to content

[WIP] Add DescribeVolume API and EXTERNAL volume support#1803

Open
lentitude2tk wants to merge 1 commit intomasterfrom
worktree-volume
Open

[WIP] Add DescribeVolume API and EXTERNAL volume support#1803
lentitude2tk wants to merge 1 commit intomasterfrom
worktree-volume

Conversation

@lentitude2tk
Copy link
Copy Markdown
Collaborator

Summary

  • Add DescribeVolume API (GET /v2/volumes/{volumeName}) with DescribeVolumeRequest and full VolumeInfo response
  • Add EXTERNAL volume support to CreateVolumeRequest with type, storageIntegrationId, path fields
  • Add type filter to ListVolumesRequest for filtering volumes by MANAGED or EXTERNAL
  • Extend VolumeInfo with complete fields: type, regionId, storageIntegrationId, path, status, createTime
  • Update VolumeManagerExample with new API usage examples
  • Add VolumeManagerTest with 26 test cases (all passing)

Test plan

  • sdk-bulkwriter module compiles successfully
  • 26 unit tests pass (VolumeManagerTest)
  • VolumeManagerExample compiles successfully
  • Manual verification with Zilliz Cloud API

🤖 Generated with Claude Code

@sre-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: lentitude2tk
To complete the pull request process, please assign yhmo after the PR has been reviewed.
You can assign the PR to them by writing /assign @yhmo in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sre-ci-robot sre-ci-robot requested a review from yhmo April 15, 2026 06:40
@mergify mergify Bot added the needs-dco label Apr 15, 2026
@mergify mergify Bot added dco-passed and removed needs-dco labels Apr 15, 2026
@lentitude2tk lentitude2tk changed the title Add DescribeVolume API and EXTERNAL volume support [WIP] Add DescribeVolume API and EXTERNAL volume support Apr 15, 2026
@mergify mergify Bot added needs-dco and removed dco-passed labels Apr 15, 2026
@mergify mergify Bot added dco-passed and removed needs-dco labels Apr 15, 2026
- Add DescribeVolume API (GET /v2/volumes/{volumeName}) with DescribeVolumeRequest and full VolumeInfo response
- Add EXTERNAL volume fields (type, storageIntegrationId, path) to CreateVolumeRequest
- Add type filter to ListVolumesRequest for filtering by MANAGED/EXTERNAL
- Extend VolumeInfo with full fields: type, regionId, storageIntegrationId, path, status, createTime (String)
- Add describeVolume method to DataVolumeUtils and VolumeManager
- Update VolumeManagerExample with new API usage examples
- Add VolumeManagerTest with 26 test cases covering all request/response builders and serialization

Signed-off-by: lentitude2tk <xushuang.hu@zilliz.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants